@charset "utf-8";
/** 默认样式修正- MIT License By 孙柄晨 Released on 2019年1月29日 */
*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-break:break-all}
*{margin:0;padding:0;-moz-user-select:none;-khtml-user-select:none;user-select:none;outline:none}
html{line-height:1.15;-webkit-text-size-adjust:100%}
main{display:block}
h1, h2, h3{margin:initial}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace, monospace;font-size:1em}
a, a:focus, a:hover{background-color:transparent;text-decoration:none;color:#666;}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b, strong{font-weight:bolder}
ul, li{list-style-type:none;}
code, kbd, samp{font-family:monospace, monospace;font-size:1em}
small{font-size:80%}
sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}
sup{top:-0.5em}
img{border-style:none}
button, input, optgroup, select, textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button, input{overflow:visible;border-radius:0;-webkit-border-radius:0}
button, select{text-transform:none}
button, [type="button"], [type="reset"], [type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:0.35em 0.75em 0.625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{resize:none;overflow:auto}
[type="checkbox"], [type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}
html, body{font-family:"PingFang SC", "Lantinghei SC", "Microsoft YaHei", arial, "\5b8b\4f53", sans-serif, tahoma;-webkit-text-size-adjust:none}
input[type="text"]:focus, button[type="text"]:focus{outline:none}
input[type="text"], textarea{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border:0}
table{border-collapse:collapse}
.swiper-container .swiper-pagination-bullet{width:26px;height:10px;margin:0 3px;border-radius:16px;background-color:#fff;-ms-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;transition:.5s}
.swiper-container .swiper-pagination-bullet-active{width:40px;background-color:#ea5420;-ms-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;transition:.5s}
.sbc-content{position:relative;width:1200px;margin:auto;height:100%}
.sbc-pic-box{position:relative;display:inline-block;margin:5px;width:288px;text-align:center;overflow:hidden}
.sbc-pic-box .sbc-pic{position:relative;height:250px;line-height:250px;font-size:0;overflow:hidden;z-index:1}
.sbc-pic-box .sbc-pic:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f7f7f7;z-index:-1}
.sbc-pic-box img{width:auto;height:100%;font-size:18px;-webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s}
.sbc-pic-box:hover img{transform:scale(1.1);-webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s}
.sbc-pic-box .sbc-pic-load{position:absolute;top:0;left:0;width:100%;height:100%;line-height:10;font-size:18px;color:#afafaf;z-index:-1}
.sbc-pic-box .sbc-pic-dec{position:absolute;bottom:0;left:0;width:100%;text-align:center;font-size:16px;height:30px;line-height:30px;color:#fff;background-color:rgba(102, 102, 102, .7);z-index:9;-webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s}
.sbc-pic-box:hover .sbc-pic-dec{position:absolute;bottom:-30px;-webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s}
.sbc-padding-1rem{padding:1rem 0}
.sbc-padding-2rem{padding:2rem 0}
.sbc-padding-3rem{padding:3rem 0}
.sbc-padding-4rem{padding:4rem 0}
.sbc-padding-5rem{padding:5rem 0}
.sbc-wrap{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}
.sbc-centered{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}
.sbc-align-center{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}
.sbc-justify-center{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}
.sbc-space-between{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:space-between;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}
.sbc-space-around{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around}
.sbc-text-left{text-align:left}
.sbc-text-right{text-align:right}
.sbc-text-center{text-align:center}
.sbc-float-left{float:left}
.sbc-float-right{float:right}
.sbc-float-clear{zoom:1}
.sbc-float-clear:after{content:"";display:block;height:0;visibility:hidden;clear:both}